// var TN_Widget = function() { var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]; return { newWindow : true, CreateEventRow : function(row, isAlt) { var t = row[4].split("/"); t[0] = months[t[0]]; t[2] = ", " + t[2]; return "

" + t[0] + " " + "" + t[1] + "" + t[2] + "

" + row[3].substring(0,3) + " " + row[5] + "

" + row[0] + "

" + row[1] + " - " + row[2] + "

" + this.btnText + "" + ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kwds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; var footerLink = "" + this.footerText + ""; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else if(document.querySelector(".tnpl_results_container") != null) { document.querySelector(".tnpl_results_container").innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else document.write("
" + newTable.join('') + "" + footerLink + "
"); } }; }(); //BPW-TNSERV-01A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['George Strait, Chris Stapleton & Little Big Town','SoFi Stadium','Inglewood, CA','Saturday','7/19/2025','5:45 PM','6987262','George-Strait--Chris-Stapleton---Little-Big-Town-7-19-2025'],['Little Big Town, Carly Pearce & Carter Faith','Walmart AMP','Rogers, AR','Thursday','7/24/2025','7:00 PM','7080721','Little-Big-Town--Carly-Pearce---Carter-Faith-7-24-2025'],['Little Big Town, Carly Pearce & Carter Faith','Hollywood Casino Amphitheatre - MO','Maryland Heights, MO','Friday','7/25/2025','7:00 PM','7080716','Little-Big-Town--Carly-Pearce---Carter-Faith-7-25-2025'],['Little Big Town, Wynonna Judd & Shelby Lynne','Saratoga Performing Arts Center','Saratoga Springs, NY','Thursday','7/31/2025','7:00 PM','7080710','Little-Big-Town--Wynonna-Judd---Shelby-Lynne-7-31-2025'],['Little Big Town, Wynonna Judd & Shelby Lynne','Empower Federal Credit Union Amphitheater at Lakeview','Syracuse, NY','Friday','8/1/2025','7:00 PM','7080722','Little-Big-Town--Wynonna-Judd---Shelby-Lynne-8-1-2025'],['Little Big Town, Wynonna Judd & Shelby Lynne','Hartford HealthCare Amphitheater','Bridgeport, CT','Saturday','8/2/2025','7:00 PM','7080774','Little-Big-Town--Wynonna-Judd---Shelby-Lynne-8-2-2025'],['Little Big Town & Carter Faith','Bank of New Hampshire Pavilion','Gilford, NH','Thursday','8/7/2025','7:00 PM','7080718','Little-Big-Town---Carter-Faith-8-7-2025'],['Little Big Town, Little Big Town & Carter Faith','PNC Bank Arts Center','Holmdel, NJ','Friday','8/8/2025','7:00 PM','7080707','Little-Big-Town--Little-Big-Town---Carter-Faith-8-8-2025'],['Little Big Town, Carly Pearce & Carter Faith','Northwell at Jones Beach Theater','Wantagh, NY','Saturday','8/9/2025','7:00 PM','7080705','Little-Big-Town--Carly-Pearce---Carter-Faith-8-9-2025'],['Little Big Town, Wynonna Judd & Shelby Lynne','Budweiser Stage - Toronto','Toronto, Canada','Thursday','8/14/2025','7:00 PM','7080677','Little-Big-Town--Wynonna-Judd---Shelby-Lynne-8-14-2025']],'"Little Big Town"','https://www.ticketnetwork.com');